home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Serious Software / OpenWorld demo 2.0 / Development / Utils / Debug / Debug.h < prev    next >
Text File  |  1994-01-05  |  252b  |  13 lines

  1.  
  2. #ifndef _DEBUGWINDOW_H_
  3. #define _DEBUGWINDOW_H_
  4.  
  5. void BeginDebug ( void );
  6. void EndDebug ( void );
  7. void Debug ( char *format, ... );
  8. void DebugHexDump ( char *buffer, short length );
  9. void ClearDebugWindow (void);
  10. void DebugTimestamp ( void );
  11.  
  12. #endif
  13.